home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvformat.zip / DVFORMAT.BAT next >
DOS Batch File  |  1991-07-01  |  231b  |  14 lines

  1. @echo off
  2. format %1 /u <c:\dv\dvformat.inp
  3. if errorlevel 5 goto good
  4. if errorlevel 4 goto fatal
  5. if errorlevel 3 goto aborted
  6. :good
  7. exit
  8. :aborted
  9. echo User abort format %1
  10. goto bad
  11. :fatal
  12. echo Fatal err format %1
  13. :bad
  14.